func net/http.htmlEscape

2 uses

	net/http (current package)
		server.go#L2246: 		body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
		server.go#L2261: func htmlEscape(s string) string {